Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedCollectionBase<TItem> Class / Sort Method / Sort(IComparer<TItem>) Method

In This Topic
    Sort(IComparer<TItem>) Method
    In This Topic
    Sorts the elements in the entire collection using the specified System.Collections.Generic.IComparer`1.
    Syntax
    'Declaration
     
    Public Overloads Sub Sort( _
       ByVal comparer As System.Collections.Generic.IComparer(Of TItem) _
    ) 
    public void Sort( 
       System.Collections.Generic.IComparer<TItem> comparer
    )

    Parameters

    comparer
    See Also